home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / wbt31a.zip / SIMPLE.WB$ < prev    next >
Text File  |  1991-02-17  |  328b  |  9 lines

  1. ; Simple.wbt - a very simple WBT file to demo the WInMacro function
  2.  
  3. if param0==0 then goto noparms          ;Any passed parameters?
  4. Message("Simple param1 is",param1)      ;Show the first one.
  5. exit                                    ;ByeBye
  6.  
  7. :noparms
  8. Message("Simple","No parameters used in call")   ;Getting the idea?
  9.